ChapterDisplayFormat Enumeration

Represents the display format of the chapter number in a chapter text field.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum ChapterDisplayFormat

Members

Name0 The title of the chapter is displayed
Number1 The number including prefix and suffix of the chapter is displayed.
NumberAndName2 The title and number including prefix and suffix of the chapter are displayed.
None3 None.

See Also